Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationXYZ Class / DestinationXYZ Constructor / DestinationXYZ Constructor(Page,Nullable<Single>,Nullable<Single>,Nullable<Single>)
The target page.
The left coordinate of the document window.
The top coordinate of the document window.
The zoom factor of the document window.

In This Topic
    DestinationXYZ Constructor(Page,Nullable<Single>,Nullable<Single>,Nullable<Single>)
    In This Topic
    Initializes a new instance of the DestinationXYZ class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal page As Page, _
       ByVal left As System.Nullable(Of Single), _
       ByVal top As System.Nullable(Of Single), _
       ByVal zoom As System.Nullable(Of Single) _
    )
    public DestinationXYZ( 
       Page page,
       System.Nullable<float> left,
       System.Nullable<float> top,
       System.Nullable<float> zoom
    )

    Parameters

    page
    The target page.
    left
    The left coordinate of the document window.
    top
    The top coordinate of the document window.
    zoom
    The zoom factor of the document window.
    See Also